Ahora vamos a usar un for loop para hacer los ladrillos. Crearemos 4 filas de 6 ladrillos y las apilamos en columnas.

  • Arrastra Loop with Range. Cambia la variable counter a row. Cambia el rango a 4.
  • Arrastra otro Loop with Range dentro de ese loop. Cambia la variable a column y el rango a 6.
  • Ve a y arrastra Rectangle dentro de tu loop anidado.
  • Nómbralo block. Cambia las coordenadas a las variables x y y.

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Enviar Trabajo
  • Actividad Siguiente
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)